home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 31
/
Aminet 31 (1999)(Schatztruhe)[!][Jun 1999].iso
/
Aminet
/
dev
/
c
/
GAPLib.lha
/
GAPLib_Beta
/
wizards
/
Templates
/
Makefile
< prev
next >
Wrap
Makefile
|
1999-04-22
|
289b
|
18 lines
# Makefile generated by the GAP Conjurer.
# Project Name: $P
CC= gcc
CFLAGS= -O2 -Wall
$P: $P.o $Rreport.o$
$$(CC) $P.o $Rreport.o $-o $P -lgap -lm
chmod 755 $P
$P.o: $P.c
$$(CC) $$(CFLAGS) -c $P.c -o $P.o
$Rreport.o: report.c report.h
$$(CC) $$(CFLAGS) -c report.c -o report.o
$